home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Design
/
WB Collection.iso
/
workbench werkzeuge
/
kickstart tools
/
softboot3.31
/
proto.h
< prev
next >
Wrap
Text File
|
1996-04-07
|
494b
|
26 lines
/* Prototypes for functions defined in
SoftBoot.c
*/
int CXBRK(void);
static BOOL striequ(char *,char *);
void WallFreeMem(void *, ULONG );
void exit2(ULONG);
void TableFill13(ULONG *, ULONG);
void TableFill(ULONG *,ULONG *, ULONG *, ULONG *, ULONG *,
ULONG, ULONG, ULONG, struct ConfigureIt *, ULONG);
void MyExit(ULONG,ULONG *);
ULONG FindZorro3Start(struct ConfigureIt *);
void * AllocAligned(ULONG, ULONG);
void PatchRom(ULONG *);
int main(int, unsigned char **);